home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / fruit.swf / scripts / C_ReelRightCLASS.as < prev    next >
Text File  |  2006-01-17  |  228b  |  8 lines

  1. _global.C_ReelRightCLASS = function()
  2. {
  3.    this.symbols = [];
  4. };
  5. C_ReelRightCLASS.prototype = new C_ReelsCLASS();
  6. Object.registerClass("C_ReelRightCLASS",C_ReelRightCLASS);
  7. ASSetPropFlags(_global,"C_ReelRightCLASS",131);
  8.